1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{B359B0A5-1B98-4086-A590-34B4C155FD1E}</ProjectGuid>
10 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11 <OutputType>Library</OutputType>
12 <AppDesignerFolder>Properties</AppDesignerFolder>
13 <RootNamespace>CSASPNETFixedHeaderGridView</RootNamespace>
14 <AssemblyName>CSASPNETFixedHeaderGridView</AssemblyName>
15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <OutputPath>bin\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
35 <Reference Include="Microsoft.CSharp" />
36 <Reference Include="System" />
37 <Reference Include="System.Data" />
38 <Reference Include="System.Core" />
39 <Reference Include="System.Web" />
40 <Reference Include="System.Configuration" />
41 <Reference Include="System.XML" />
44 <Content Include="Default.aspx" />
45 <Content Include="JScript\jquery-1.4.4.min.js" />
46 <Content Include="JScript\ScrollableGridPlugin.js" />
47 <Content Include="ReadMe.txt" />
48 <Content Include="Web.config" />
49 <Content Include="Web.Debug.config">
50 <DependentUpon>Web.config</DependentUpon>
52 <Content Include="Web.Release.config">
53 <DependentUpon>Web.config</DependentUpon>
57 <Compile Include="Default.aspx.cs">
58 <DependentUpon>Default.aspx</DependentUpon>
59 <SubType>ASPXCodeBehind</SubType>
61 <Compile Include="Default.aspx.designer.cs">
62 <DependentUpon>Default.aspx</DependentUpon>
64 <Compile Include="Properties\AssemblyInfo.cs" />
67 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
68 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
71 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
72 <WebProjectProperties>
73 <UseIIS>False</UseIIS>
74 <AutoAssignPort>True</AutoAssignPort>
75 <DevelopmentServerPort>16920</DevelopmentServerPort>
76 <DevelopmentServerVPath>/</DevelopmentServerVPath>
79 <NTLMAuthentication>False</NTLMAuthentication>
80 <UseCustomServer>False</UseCustomServer>
83 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
84 </WebProjectProperties>
88 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89 Other similar extension points exist, see Microsoft.Common.targets.
90 <Target Name="BeforeBuild">
92 <Target Name="AfterBuild">